From: Keir Fraser Date: Sat, 22 Dec 2007 10:27:05 +0000 (+0000) Subject: Update version to 3.2.0-rc4-pre X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14445^2~98 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=cba79aee5b72b27d319128297d0099a1e65167b8;p=xen.git Update version to 3.2.0-rc4-pre --- diff --git a/xen/Makefile b/xen/Makefile index ac290351b9..45dc4e3813 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 3 export XEN_SUBVERSION = 2 -export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version